How do i get this to work? [closed]

Posted by user1867842 on Pro Webmasters See other posts from Pro Webmasters or by user1867842
Published on 2012-12-14T08:32:51Z Indexed on 2012/12/14 11:21 UTC
Read the original article Hit count: 193

Filed under:
|
|

This is my code.... it speaks for itself.

<?php
define("html","<html>");
define("htmlEnd","</html>");
etc...
etc...
?>

What i'm trying to do is make a wrapper for html's tags so they won't be needed anymore. But i can't get any of the attributes for html elements to be defined in php. This again speaks for itself... i don't know any other way of saying this... i guess how would i make a other mark up language like html without any tags but still keep everything about html is what i'm trying to say.....

© Pro Webmasters or respective owner

Related posts about php

Related posts about html